From: Josef Schlehofer Date: Sun, 2 Nov 2025 16:36:12 +0000 (+0100) Subject: python-ruamel-yaml: update to version 0.18.16 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=974e8404c64689f222d505ec8a7b3f519d4adfba;p=feed%2Fpackages.git python-ruamel-yaml: update to version 0.18.16 Release notes can be found here: https://yaml.dev/doc/ruamel-yaml/ Wheel is compiled as ruamel_yaml (underscore), but on pypi it is ruamel.yaml (dot), it failed on buildbot, so add slight tweak. Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-ruamel-yaml/Makefile b/lang/python/python-ruamel-yaml/Makefile index 048a23a2bb..b92a93194d 100644 --- a/lang/python/python-ruamel-yaml/Makefile +++ b/lang/python/python-ruamel-yaml/Makefile @@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ruamel-yaml -PKG_VERSION:=0.17.32 +PKG_VERSION:=0.18.16 PKG_RELEASE:=1 PYPI_NAME:=ruamel.yaml -PKG_HASH:=ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2 +PYTHON3_PKG_WHEEL_NAME:=ruamel_yaml +PKG_HASH:=a6e587512f3c998b2225d68aa1f35111c29fad14aed561a26e73fab729ec5e5a PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT